a {
    text-decoration: none;
}

.dImgBox2 {
	width: 50%;
	float: left;
}



.dContainer img {
	display: block;
	width: 100%;
}

.dContainer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: -20%;
	margin: auto;
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	padding: 8px 6px;
	width: 24rem;
	height: 14rem;
	max-height: 470px;
	font-size: 16px;
	line-height: 2;
}


